home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
vballs11.zip
/
BALLS1.MAK
< prev
next >
Wrap
Text File
|
1991-03-06
|
829b
|
73 lines
.AUTODEPEND
# *Translator Definitions*
CC = tcc +BALLS1.CFG
TASM = TASM
TLINK = tlink
# *Implicit Rules*
.c.obj:
$(CC) -c {$< }
.cpp.obj:
$(CC) -c {$< }
.asm.obj:
$(TASM) {$< }
# *List Macros*
EXE_dependencies = \
balls1.obj
# *Explicit Rules*
balls1.exe: balls1.cfg $(EXE_dependencies)
$(TLINK) /v/x/n/c/d @&&|
c:\bin\tclib\c0l.obj+
balls1.obj
balls1,
c:\bin\tclib\graphics.lib+
c:\bin\tclib\emu.lib+
c:\bin\tclib\mathl.lib+
c:\bin\tclib\cl.lib
|
# *Individual File Dependencies*
balls1.obj: balls1.c
# *Compiler Configuration File*
balls1.cfg: balls1.mak
copy &&|
-ml
-K
-v
-G
-O
-Z
-k-
-V
-vi-
-wbbf
-wpin
-wamb
-wamp
-wasm
-wpro
-wcln
-wdef
-wsig
-wnod
-wstv
-wucp
-wuse
-IC:\BIN\TCINC
-LC:\BIN\TCLIB
-j0
| balls1.cfg